interrupt enable造句
例句與造句
- Application versatility is further increased by various control registers, including an interrupt flag register, an interrupt enable register and two Function Control Registers.
- A status register may often have other fields as well, such as more specialized flags, interrupt enable bits, and similar types of information.
- The status register contains 4 arithmetic status bits, a global interrupt enable, and 4 bits that disable various clocks to enter low-power mode.
- Regardless of what the hardware might support, typical UNIX-type systems only make use of two levels : the minimum ( all interrupts disabled ) and the maximum ( all interrupts enabled ).
- At this point, with interrupts enabled, the scheduler can take control of the overall management of the system, to provide pre-emptive multi-tasking, and the init process is left to continue booting the user environment in user space.
- It's difficult to find interrupt enable in a sentence. 用interrupt enable造句挺難的
- The system used by NAPI is an example of the hardware-based approach : the system ( driver ) starts in interrupt enabled state, and the Interrupt handler then disables the interrupt and lets a thread / task handle the event ( s ) and then task polls the device, processing some number of events and enabling the interrupt.